home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / config / te-delta.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-04  |  305 b   |  14 lines

  1. #define TE_DELTA
  2.  
  3. #include "obj-format.h"
  4.  
  5. #define COFF_NOLOAD_PROBLEM    1
  6.  
  7. /* Added these, because if we don't know what we're targetting we may
  8.    need an assembler version of libgcc, and that will use local
  9.    labels.  */
  10. #define LOCAL_LABELS_DOLLAR    1
  11. #define LOCAL_LABELS_FB        1
  12.  
  13. /* end of te-delta.h */
  14.